OPERATOR ( >= ) Interface

public interface OPERATOR ( >= )

Module Procedures

private function GreaterThanOrEqual(time1, time2) result(greatequal)

return true if time1 is greater than time2 or time1 is equal to time2

Arguments

Type IntentOptional Attributes Name
type(DateTime), intent(in) :: time1
type(DateTime), intent(in) :: time2

Return Value logical